		 .topbar {
		    line-height: 34px;
		    background-color: #f5f5f5;
		    font-size: 13px;
		    color: #888;
		    border-top: 2px solid #f7c433;
		}
		.container {
		    padding: 0 15px;
		    width: 1200px;
		    margin: 0 auto;
		}
		.topbar ul {
		    float: right;
		}
		.topbar li {
		    float: left;
		    color: #ddd;
		}
		.topbar li.pipe {
		    padding: 0 10px;
		}
		.topbar li.c {
    margin-left: 10px;
}
.topbar li.c a {
    background-color: #f7c433;
    display: block;
    padding: 0 15px;
    font-weight: 700;
}
.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.menu-btn {
    display: none;
    padding: 18px 0;
    float: right;
    margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
    display: block;
    height: 2px;
    background-color: #015cb5;
    content: '';
}
.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}
.logo {
    float: left;
    font-size: 0;
    height: 80px;
    line-height: 80px;
    text-align: left;
    padding: 15px 0;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.top .text {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
}
.top .text strong {
    display: block;
    font-size: 26px;
}
.top .tel {
    float: right;
    background: url(/static/images/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 31px;
}
.top .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #015cb5;
}
